home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2696 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  730 b 

  1. Path: news.nevada.edu!aronoffs
  2. From: aronoffs@nevada.edu (STEVEN ARONOFF)
  3. Newsgroups: comp.lang.c
  4. Subject: Help!! system call
  5. Date: 23 Jan 1996 04:56:51 GMT
  6. Organization: University of Nevada System Computing Services
  7. Message-ID: <4e1pqj$6hs@news.nevada.edu>
  8. NNTP-Posting-Host: unauthenticated_user@pioneer.nevada.edu
  9. X-Newsreader: TIN [version 1.2 PL2]
  10.  
  11. Some of the fopen operators will concatenate files if they allready exist. 
  12. Make sure the filename strings are being sent correctly by using the "r" for 
  13. read only, and if the files open up and are filled, then change the fopen 
  14. operator to one that does not concatenate the file when opend.If you get 
  15. an error that it cannot open then the strings are off.
  16.  
  17. Good Luck!!!!!!
  18.